AWSBoto3SES转发带有附件的邮件-‘From’头部中的特殊字符问题
创始人
2024-09-24 00:01:11
0

处理这个问题,介绍一个经典的解决方案,即对特定字符进行编码。具体步骤为在‘From’头部中使用 Python的urllib.quote方法,将特殊字符转换为可用的编码形式。在此基础上,使用Boto3 SES API实现邮件转发功能。

以下是相应的代码示例:

import boto3
import urllib

ses = boto3.client('ses',region_name='us-west-2')

original_message = {'Subject': {'Data': 'Test'},
                    'Body': {'Text': {'Data': 'This is a test message with attachment.'}}
                   }

source = 'original.sender@example.com'
destination = 'destination@example.com'

# Perform the encoding if necessary
from_name = 'OriginalNAME '
from_encoded = urllib.quote(from_name.encode('utf-8'))

# Use the encoded string as the 'From' header
original_message['Source'] = from_encoded

# Set up the attachment, read from file and encode using base64
with open('/path/to/attachment.pdf', 'rb') as f:
    att = f.read()
    att_encoded = base64.encodestring(att)
    attachment = {'Name': 'attachment.pdf',
                  'Data': att_encoded
                 }

    # Add the attachment to the message as a MIME type
    original_message['Body']['Attachments'] = [attachment]

# Call SES to forward the email
response = ses.send_raw_email(
    Source=source,
    Destinations=destination,
    RawMessage={
        'Data': original_message
    }
)

该代码示例展示了如何使用urllib.quote方法对特殊字符进行编码,并如何将邮件附件添加到Boto3 SES API的消息中。

相关内容

热门资讯

总算了解!wpkai辅助,aa... 总算了解!wpkai辅助,aapoker透视辅助,必胜教程(竟然真的是有挂)1、超多福利:超高返利,...
玩家必备教程!德扑助手,aap... 玩家必备教程!德扑助手,aapoker挂,安装教程(往昔真的是有挂)1、aapoker挂ai机器人多...
重大通报!德州线上扑克辅助,智... 自定义智星德州菠萝偷偷看牌功能系统规律,只需要输入自己想要的开挂功能,一键便可以生成出微扑克专用辅助...
玩家必看科普!wpkai辅助,... 玩家必看科普!wpkai辅助,wepower有外挂,线上教程(往昔真的有挂)是一款可以让一直输的玩家...
玩家必看!wepoke算法,w... 玩家必看!wepoke算法,wpk透视辅助测试,透明挂教程(真是是有挂);人气非常高,ai更新快且高...
玩家分析!德州微扑克辅助,微扑... 玩家分析!德州微扑克辅助,微扑克全自动机器人,wepoke教程(一贯是有挂)1、这是跨平台的微扑克全...
每日必看推荐!wepoke软件... 每日必看推荐!wepoke软件透明挂怎么弄,wpk透视辅助,普及教程(本来是有挂);无聊就玩这款wp...
一分钟了解!wepoke机制,... 一分钟了解!wepoke机制,智星德州菠萝辅助器,2025教程(切实存在有挂)智星德州菠萝辅助器辅助...
玩家爆料!微扑克辅助神器,德州... 玩家爆料!微扑克辅助神器,德州ai辅助,技巧教程(原先有挂)德州ai辅助辅助器中分为三种模型:德州a...
重要通知!智星德州菠萝安全吗,... 自定义智星德州菠萝系统规律,只需要输入自己想要的开挂功能,一键便可以生成出微扑克专用辅助器,不管你是...